Q3FillStyle_Get
You can use theQ3FillStyle_Get
function to get the fill style value of a fill style.
TQ3Status Q3FillStyle_Get ( TQ3StyleObject styleObject, TQ3FillStyle *fillStyle);
styleObject
- A fill style object.
fillStyle
- On exit, a pointer to the fill style value of the specified fill style object.
DESCRIPTION
TheQ3FillStyle_Get
function returns, in thefillStyle
parameter, a pointer to the current fill style value of the fill style object specified by thestyleObject
parameter.